[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Add_Field
Purpose Creates an input field for full screen editing.
Decln. Add_Field(ID,U,D,L,R,X,Y)
Remarks ID is the field ID number of the field being added. It must be
within the range of fields that were created with the
Create_Fields procedure
U, D, L and R are the fields to jump to when the user presses the
Up, Down, Left and Right movement keys.
X Y are the coordinates of the first character of the field.
Example
BEGIN
CREATE_FIELDS(5);
ADD_FIELD(1, 5,2,5,2, 5,10);
ADD_FIELD(2, 1,3,1,3, 5,12);
ADD_FIELD(3, 2,4,2,4, 5,14);
ADD_FIELD(4, 3,5,3,5, 5,16);
ADD_FIELD(5, 4,1,4,1, 5,18);
END;
See Also:
Create_Fields
String_Field
Byte_Field
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson